home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18120 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.cs.ucla.edu!edwin
  2. From: edwin@cs.ucla.edu (E. Robert Tisdale)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: [Q] Multi-dimensional array problem!!!!!
  5. Date: 19 Apr 1996 00:16:16 GMT
  6. Organization: UCLA Computer Science Dept.
  7. Message-ID: <4l6m0g$nb9@delphi.cs.ucla.edu>
  8. References: <4l651f$p8v@oldfart.ecl.wustl.edu> <4l6if4$ebe@news1.mnsinc.com>
  9. NNTP-Posting-Host: flamingo.cs.ucla.edu
  10. X-Newsreader: NN version 6.5.0.b3.0 #9 (NOV)
  11.  
  12. huang@mnsinc.com (Szu-Wen Huang) writes:
  13. >[snip]
  14.  
  15. The C++ Tensor class is available via anonymous ftp from `pink.cs.ucla.edu'.
  16. It uses a recursive class template definition for N-dimensional arrays.
  17. It is an experimental class which is not ready for practical application.
  18. All I have to work with is version 2.6.2 of the Gnu C++ compiler on Linux
  19. and Solaris workstations.  I would appreciate it very much if someone
  20. would try to compile it with another compiler and give me some feedback.
  21. I know that it won't compile with the Sun C++ 3.0.1 compiler but I don't
  22. know about the Sun C++ 4.0.1 compiler.
  23.  
  24. Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
  25.  
  26. P.S.  I hope the following notes will be helpful.
  27.  
  28. unix% ftp pink.cs.ucla.edu
  29. Name (ftp.cs.ucla.edu:your_login_ID): ftp
  30. Password: your_login_ID@
  31. ftp> cd pub
  32. ftp> binary
  33. ftp> get Tensor.tar.Z
  34. ftp> bye
  35. unix% uncompress Tensor.tar.Z
  36. unix% tar xvf Tensor.tar
  37. unix% cd Tensor
  38. unix% make
  39. unix% ./tTensor < tData
  40.  
  41. Note: pink.cs.ucla.edu is an alias for internet-address 131.179.64.80
  42.